@charset "UTF-8";

#header1 {
    width: 100%;
    height: 70px;
    overflow: hidden
}

#header1 .logo {
    display: block;
    width: 285px;
    height: 70px;
    background: url('../img/logo.png') no-repeat center center
}

#header1 .search {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 220px;
    border-left: 1px solid #D6EDEC;
    padding: 20px 40px 5px 25px
}

#header1 .search>p {
    text-align: center;
    font-size: 14px;
    color: #969696;
    padding-bottom: 5px
}

#header1 .search input#keyword {
    outline: none;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 132px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #B9B9B9;
    text-indent: 10px;
    font-size: 12px
}

#header1 .search input[type="submit"] {
    outline: none;
    border: none;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: #B9B9B9 url('../img/search.png') no-repeat center center
}

#header1 .base {
    display: block;
    width: 120px;
    height: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #D6EDEC
}

#header1 .base>p {
    text-align: center;
    color: #0075C2;
    padding-top: 10px;
    padding-bottom: 5px
}

#header1 .base>img {
    margin: 0 auto
}

#header2 {
    width: 100%;
    height: 60px;
    background: #0075C2
}

#header2 .topbar {
    padding: 0 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#header2 .topbar .ul1 .li1>a {
    position: relative;
    display: block;
    width: 120px;
    height: 60px;
    line-height: 60px;
    color: white;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

#header2 .topbar .ul1 .li1>a:hover {
    background: #E60012
}

#header2 .topbar .ul1 .li1>a.on {
    background: #E60012
}

#header2 .topbar .ul1 .li1>a.hover {
    background: #E60012
}

#header2 .topbar .ul1 .li1 .ul2 {
    display: none;
    position: absolute;
    background: #1F6CB3;
    border-top: 5px solid #1E62A0;
    padding: 0 15px;
    padding-bottom: 10px;
    z-index: 99
}

#header2 .topbar .ul1 .li1 .ul2:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: -15px;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #0075C2 transparent
}

#header2 .topbar .ul1 .li1 .ul2 .li2 {
    padding: 5px 0;
    border-bottom: 1px solid #1C61A1;
    border-top: 1px solid #2277C6
}

#header2 .topbar .ul1 .li1 .ul2 .li2:first-child {
    border-top: none
}

#header2 .topbar .ul1 .li1 .ul2 .li2>a {
    display: block;
    color: #c4def7;
    font-size: 14px;
    min-width: 150px;
    padding-left: 5px;
    height: 23px;
    line-height: 23px;
    white-space: nowrap
}

#header2 .topbar .ul1 .li1 .ul2 .li2>a:hover {
    background: #2A8BE5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#footer1 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0075C2;
    overflow: hidden;
    border-bottom: 1px solid #0092D1
}

#footer1 .bottombar {
    padding: 0 165px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#footer1 .bottombar a {
    font-size: 14px;
    color: white;
    padding: 0 18px
}

#footer1 .bottombar a.hover {
    font-weight: bold
}

#footer2 {
    width: 100%;
    border-top: 1px solid #0099D5;
    background: #0075C2;
    height: 157px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#footer2 .info {
    padding: 20px 165px 0 165px
}

#footer2 .info ul li {
    font-size: 12px;
    color: white;
    margin: 5px 0;
    white-space: nowrap
}

#footer2 .info ul li:nth-child(1) i {
    background: url('../img/icon.png') no-repeat -8px -128px
}

#footer2 .info ul li:nth-child(2) i {
    background: url('../img/icon.png') no-repeat -8px -95px
}

#footer2 .info ul li:nth-child(3) i {
    background: url('../img/icon.png') no-repeat -10px -65px
}

#footer2 .info ul li:nth-child(4) i {
    background: url('../img/icon.png') no-repeat -10px -34px
}

#footer2 .info ul li:nth-child(5) i {
    background: url('../img/icon.png') no-repeat -10px -5px
}

#footer2 .info ul li i {
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 10px
}

#footer2 .info i {
    width: 1px;
    height: 95px;
    background: #1F86C9;
    margin: 0 58px;
    margin-top: 12px
}

#footer2 .info .ewm p {
    text-align: center;
    font-size: 12px;
    color: white;
    padding-top: 5px
}

#footer3 {
    background: #08365C;
    height: 30px
}

#footer3 p {
    height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    font-size: 12px
}

#footer3 p>a {
    font-size: 12px;
    color: white;
    margin-left: 30px
}